ArcPad Layer Definition File Schema
SIMPLELABELRENDERER Element
See Also  Send comments on this topic.
ArcPad Layer Definition File Schema > SYMBOLOGY Element : SIMPLELABELRENDERER Element

Glossary Item Box

Description

Used for labeling features. A field is specified for labeling all features of a particular layer.

Diagram

TEXTSYMBOL Element Sequence SIMPLELABELRENDERER Element

Overview

SIMPLELABELRENDERER
Used for labeling features. A field is specified for labeling all features of a particular layer.
expression optional xs:string
field optional xs:string
language optional Restriction of xs:string
The script engine that interprets the expression.
refscale optional xs:string
rotationfield optional xs:string
rotationtype optional Restriction of xs:string
visible optional Restriction of xs:string
Specifies if the toolbar is visible or hidden.
Sequence
TEXTSYMBOL
Symbol used to label point, line, and polygon layers.

Attributes

NameTypeUseDefaultFixedDescription
expressionxs:stringoptional   
fieldxs:stringoptional   
languageRestriction of xs:stringoptionalVBScript The script engine that interprets the expression.
refscalexs:stringoptional   
rotationfieldxs:stringoptional   
rotationtypeRestriction of xs:stringoptional   
visibleRestriction of xs:stringoptionalfalse Specifies if the toolbar is visible or hidden.

Examples

ArcPad Map (.apm) with 3 layers

Restrictions

One symbol must be specified. Only one is allowed.; rotationfield and rotationtype can only be used in point shapefiles.

Source

<xs:element name="SIMPLELABELRENDERER" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used for labeling features. A field is specified for labeling all features of a particular layer.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="TEXTSYMBOL" />
    </xs:sequence>
    <xs:attribute ref="expression" />
    <xs:attribute ref="field">
      <xs:annotation>
        <xs:documentation>The field in the table that contains text for labeling features.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="language" />
    <xs:attribute ref="refscale" />
    <xs:attribute ref="rotationfield" use="optional" />
    <xs:attribute default="" ref="rotationtype" />
    <xs:attribute ref="visible" />
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.